home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Toolkit
/
Audacity 1.3
/
audacity-win-1.3.0b.exe
/
{app}
/
Plug-Ins
/
tremolo.ny
< prev
Wrap
Text File
|
2003-10-01
|
340b
|
12 lines
;nyquist plug-in
;version 1
;type process
;name "Tremolo..."
;action "Applying Tremolo..."
;control amount "Wetness" int "%" 40 0 100
;control lfo "Frequency" real "Hz" 4.0 0.1 10.0
(mult (sum (const (- 1.0 (/ amount 200.0))) (scale (/ amount 200.0) (osc (hz-to-step lfo)))) s)
; arch-tag: 0ee3925a-8016-44db-91e8-8c4b7a9f3992